type nhooyr.io/websocket.slidingWindow
7 uses
nhooyr.io/websocket (current package)
compress.go#L167: type slidingWindow struct {
compress.go#L191: func (sw *slidingWindow) init(n int) {
compress.go#L201: sw2, ok := p.Get().(*slidingWindow)
compress.go#L209: func (sw *slidingWindow) close() {
compress.go#L216: func (sw *slidingWindow) write(p []byte) {
read.go#L113: mr.dict = &slidingWindow{}
read.go#L369: dict *slidingWindow
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |